.topo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eee;
}

.logo img {
    width: 50px;
}